home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00041_LogIn.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  194 b   |  13 lines

  1. global gActorList, gUserObject
  2.  
  3. on exitFrame
  4.   repeat with x = 1 to count(gActorList)
  5.     update(getAt(gActorList, x))
  6.   end repeat
  7.   go(the frame)
  8. end
  9.  
  10. on keyDown
  11.   keyHandler(gUserObject)
  12. end
  13.